Display Dynamic logo in XML publisher Report
we have a requirement to dynamically print logo on the custom PO Print report. We tried moving the logos to OA_MEDIA and used the following syntax to bring the logo.
url:{concat('${OA_MEDIA}','/',//HDR_GE_LOGO)} where HDR_GE_LOGO is the element in XML which have the image file present in directory $OA_MEDIA.
We are unable to show dynamic logo and it is not appearing.
Do we need to do any extra setup other than this like a Apache bounce after image moved to server?
what is the process in displaying the dynamic image in XML publisher Report.?